You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Divide Method > Matrix.Divide Method ([In] TMtxVec, [In] TMtxVec, double, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Divide Method ([In] TMtxVec, [In] TMtxVec, double, int, int, int, int)

Divide Vec1 elements [Vec1Index]...[Vec1Index+Len-1] with corresponding elements [Vec2Index]...[Vec2Index+Len-1] from the Vec object.

Syntax
C#
Visual Basic
public TMtxVec Divide([In] TMtxVec Vec1, [In] TMtxVec Vec2, double Threshold, int Vec1Index, int Vec2Index, int Index, int Len);

Store the result in the calling Matrix [Index]...[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!